Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DB/Spell): Link triggered Shattrath flask effects to flask aura and proper area. #20122

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

heyitsbench
Copy link
Contributor

@heyitsbench heyitsbench commented Oct 2, 2024

Changes Proposed:

This PR proposes changes to:

  • Database (SAI, creatures, etc).

Issues Addressed:

Tests Performed:

This PR has been:

  • Tested in-game by the author.
  • This pull request requires further testing and may have edge cases to be tested.

How to Test the Changes:

  • This pull request can be tested by following the reproduction steps provided in the linked issue.

Known Issues and TODO List:

How to Test AzerothCore PRs

When a PR is ready to be tested, it will be marked as [WAITING TO BE TESTED].

You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here:

http://www.azerothcore.org/wiki/How-to-test-a-PR

REMEMBER: when testing a PR that changes something generic (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but especially check that the PR does not cause any regression (i.e. introducing new bugs).

For example: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but we should test Y and Z as well.

@heyitsbench heyitsbench changed the title fix(DB/Spell): Link triggered Shattrath flask effects to flask aura. fix(DB/Spell): Link triggered Shattrath flask effects to flask aura and proper area. Oct 2, 2024
@Rorschach91
Copy link

I've found this problem, but I don't know if it only is a graphic bug.

Bug 1: Youtube
Bug 2: Youtube

@heyitsbench
Copy link
Contributor Author

I've found this problem, but I don't know if it only is a graphic bug.

Should be resolved, please test again when you are able.

@Rorschach91
Copy link

Should be resolved, please test again when you are able.

Tested and no, it doesn't resolve the issue.

@heyitsbench
Copy link
Contributor Author

Tested and no, it doesn't resolve the issue.

Did you start from a clean world database on the second test?

@Rorschach91 Rorschach91 added Tested This PR has been tested and is working. and removed Waiting to be Tested labels Oct 3, 2024
@Rorschach91
Copy link

Did you start from a clean world database on the second test?

Oh.....my bad, it works. It can be reviewed.

@Helias Helias merged commit 2d70ae1 into azerothcore:master Oct 4, 2024
17 checks passed
@kissingers
Copy link
Contributor

A minor bug has been observed: after the server restarts, if you are inside the corresponding instance and use Shattrath for the first time, it does not take effect immediately. However, if you leave and re-enter the instance, or if you remove the buff and use another one, it will then work. Subsequently, no matter whether you login or out server, or consume it inside or outside the instance, everything works as expected.

Conclusion: After the server restarts, the first time inside the corresponding instance use this does not take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB related to the SQL database Tested This PR has been tested and is working. To Be Merged
Projects
None yet
4 participants